funcCall = $funcCall; $this->expr = $expr; } public function getFuncCall() : FuncCall { return $this->funcCall; } public function getExpr() : Expr { return $this->expr; } }